bufio.Scanner.r (field)

3 uses

	bufio (current package)
		scan.go#L30: 	r            io.Reader // The reader provided by the client.
		scan.go#L89: 		r:            r,
		scan.go#L214: 			n, err := s.r.Read(s.buf[s.end:len(s.buf)])